func github.com/andybalholm/brotli.reverseBits

2 uses

	github.com/andybalholm/brotli (current package)
		entropy_encode.go#L550: func reverseBits(num_bits uint, bits uint16) uint16 {
		entropy_encode.go#L588: 			bits[i] = reverseBits(uint(depth[i]), next_code[depth[i]])